home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-12
/
(Vol E-12) May 21 2012.iso
/
Animations
/
dj
/
dj.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
VolumeControl.as
< prev
next >
Wrap
Text File
|
2012-05-21
|
310b
|
18 lines
class mx.controls.streamingmedia.VolumeControl extends MovieClip
{
function VolumeControl()
{
super();
this.init();
}
function init()
{
this.tabEnabled = false;
this.tabChildren = true;
}
function getHandle()
{
return this._handle;
}
}